home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscPaperViewPalette / MiscColorViewInspector.h < prev    next >
Text File  |  1995-06-07  |  335b  |  20 lines

  1. // Copyright (C) 1995
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <appkit/appkit.h>
  5. #import <apps/InterfaceBuilder.h>
  6.  
  7. @interface MiscColorViewInspector:IBInspector
  8. {
  9.     id    backgroundColorWell;
  10.     id    desktopcolorSwitch;
  11. }
  12.  
  13. - init;
  14. - revert:sender;
  15. - colorChanged:sender;
  16. - desktopcolorUseChanged:sender;
  17. - (BOOL)wantsButtons;
  18.  
  19. @end
  20.